Skip to content

Allow tagged operations to be skipped#203

Closed
BhavikaSharma wants to merge 1 commit intoOpenAPITools:masterfrom
BhavikaSharma:feature/ignore-operations
Closed

Allow tagged operations to be skipped#203
BhavikaSharma wants to merge 1 commit intoOpenAPITools:masterfrom
BhavikaSharma:feature/ignore-operations

Conversation

@BhavikaSharma
Copy link
Copy Markdown

Users are able to specify (x-) attributes to be ignored. If these attributes are added to paths and http operations in the OpenAPI specifications, breaking changes for these paths will be ignored. Partial solution to #129.

@joschi
Copy link
Copy Markdown
Contributor

joschi commented Feb 28, 2021

@BhavikaSharma Thanks for your contribution!

Did you see the openapi-diff-ignore project of the original author of the GitHub issue you've mentioned?
https://github.com/elibracha/openapi-diff-ignore

I think this solves more than the narrow use case you're addressing in this PR.

What do you think?

@DrSatyr
Copy link
Copy Markdown
Collaborator

DrSatyr commented May 7, 2026

Thanks for the contribution.

This PR has been open for a long time and is now conflicting with the current codebase. The CLI and diff configuration paths have changed significantly since this was opened, and the proposed implementation would need a redesign rather than a simple rebase.

The current project also has extension/configuration mechanisms that would be a better place to revisit this feature if it is still needed. Given the age of the PR, the unresolved earlier feedback, and the merge conflicts, I’m going to close this as stale.

@DrSatyr DrSatyr closed this May 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants